Friday, September 01, 2006
QMC wiki
It looks like a promising resource for the QMC research community.
Tuesday, June 27, 2006
Optimal histogram bin width
The article also investigates the number of data points for a reliable estimation of the density. The recommendation is 100-150 points, if the distribution is Gaussian.
It would be interesting to apply this method to radial distribution functions. However the assumption of a constant volume for each bin is not met in this case. There are several ways this could be adjusted, but I'm not sure they are valid (scale each bin count by the volume, or use non-uniform bin spacing to maintain constant volume)
Alternately, the discussion references other algorithms for dealing with variable bin-width models (which may be better for resolving multiple peaks anyway).
Thursday, June 08, 2006
QMC derivation notes
I'm posting this for two reasons. The first is in case anyone finds the formulas useful when working on a QMC code.
The second is related to the process of scientific programming. When writing a QMC code, I found it useful to record the formulas and derivations in a neatly typset form. Then the next step involved turning the equations into computer code. (Then, of course, testing and debugging).
This workflow is what I would like to capture with the Progamming in Mathematical Notation work. The document with derivations could be written in content MathML (or something more amenable to human manipulation). Ideally the computer could then assist with verifying the derivations for correctness, and with converting the equations into computer code.
And as long as I'm dreaming, I'd really like a wiki-like interface for creating and editing such a document (making a set of hyperlinked pages rather than a single linear document)
Wednesday, April 05, 2006
Interesting article studying writing journal articles
A search of the author's names on Yahoo turned up a fascinating article by Ann Beakeslee, who studied the process of writing this paper. The article examines the interaction of the graduate student (Bouzida) and the advisor (Swendsen), covers the process of learning to write scientific papers, and looks at difficulties Bouzida faced as a novice.
Wednesday, March 22, 2006
Search for chemicals
The "details" link by the chemical structure picture also has alternate names, along with links to search Google or Yahoo.
Monday, March 20, 2006
[APS] First Principles Molecular Dynamics on Blue Gene
The core numerical algorithms that need to scale are the FFT and dense linear algebra. The FFT is limited in scalability to 512 processors per k-point. Fortunately, there are many k-points and they can be computed independently.
Modifying the assignment of tasks to processors increased the performance by 64%! FLOPS are free, it's the communication patterns that are determine performance.
One research problem is improving the scalability of computations for small systems (ie, 32 water molecules), so they can be simulated for longer times.
[APS] Solar Power
Some random facts I found interesting
- The photovoltaic industry has been growing at 35% per year.
- This year, the PV industry will use as much or more silicon than the semiconductor industry. This may cause problems with the growth curve, as suppliers ramp up to supply the PV industry.
- The current cost per kWh is $0.18. Less than half of the cost is due to the PV module. (Slide 30)
- Given the cost of PV electricity, the cost of conventional electricity, and the availability of sun, Spain is almost to the point of cost-competetive PV electricity. (Slide 31)